* io-xbm.c (gdk_pixbuf__xbm_image_load_real): Don't dereference
context when it may be NULL. (#62344)
+2001-10-18 Matthias Clasen <matthiasc@poet.de>
+
+ * io-xbm.c (gdk_pixbuf__xbm_image_load_real): Don't dereference
+ context when it may be NULL. (#62344)
+
2001-10-16 Matthias Clasen <matthiasc@poet.de>
* gdk-pixdata.c, gdk-pixdata.h: Documentation.
g_set_error (error,
GDK_PIXBUF_ERROR,
GDK_PIXBUF_ERROR_CORRUPT_IMAGE,
- _("Invalid XBM file: %s"),
- context->tempname);
+ _("Invalid XBM file"));
return NULL;
}